Set Choice `RequestChoice "EP help message!" "EPStart is a script that makes it easier to start EP.*NU SHOULD use it instead of starting EP directly :)*NThe arguments u can pass to it r:*NHELP - Show this requester...*NPREFSWIN - Open the prefs window.*NMUI - Use mui for the prefs window." "Start me up!" "Quit"`
IF VAL $Choice EQ 0
Skip OUCH
ENDIF
ENDIF
;Fix the assign if it doesn't exist...
C:Assign >NIL: EP: EXISTS
IF WARN
IF EXISTS "EP" ;Started from upep dir?
C:Assign >NIL: EP: "" ;Yepps
ELSE
Set Choice `RequestChoice "EP error message!" "EP: hasn't been assigned and couldn't be assigned*Nbecause u didn't start this script from the dir u've*Ngot the EP exe in...what to do now...?" "Assign req" "Quit"`
IF VAL $Choice EQ 0 ;Quit?
Skip OUCH
ELSE ;Assign requester
UnSet UPEPDir
Set UPEPDir `RequestFile TITLE "Select path for EP:" DRAWERSONLY`